home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / DFUE / NullTCP / nulltcp.txt < prev   
Encoding:
Text File  |  2000-05-19  |  8.6 KB  |  219 lines

  1.  
  2.  
  3.     This text file shows how to set up a TCP/IP connection between
  4.     Windows 9x and Amiga (MIAMI). I found it in some web site, and
  5.     now I've included my Miami.default file just in case.
  6.     I wanted to do this to play Quake VERSUS mode using my A1200 
  7.     and a P200 I got. It worked perfectly.
  8.     You can use this to every TCP usage you want, for example 
  9.     connecting PC and Amiga to Internet at same time. (Great if
  10.     you have ISDN, cable... in the PC). You should install some proxy
  11.     software in PC to do this (Wingate, for example).
  12.     If you have problems, email me: 0maniac0@teleline.es
  13. åå   
  14.    CONFIGURATION FOR PC (WINDOWS 9x):
  15.    
  16.    1) First of all, connect the serial cable with both machines turned
  17.    off (you should know this already).
  18.    
  19.    2) Next, get into Control Panel, and click in Modems. Click Add.
  20.    Select "Don't detect my modem, I will select it from a list", and
  21.    then click Next. Click on Have Disk. Click on Browse. Select the
  22.    directory where you saved the null modem driver (MDMCISCO.INF).
  23.    Click OK. Select "Generic NULL Modem" and click Next. Select the
  24.    COM port you are using for the serial cable. Wait while windows
  25.    installs the driver, then click "Finish". You should have a new
  26.    "modem" installed - the Generic NULL Modem.
  27.    
  28.    3) Click on My Computer, then on Dial-up Networking. Select "Make a
  29.    new connection". Give it a nice name ("Amiga", for instance) and
  30.    then select Generic NULL Modem as the device. Click on Configure.
  31.    Set the maximum speed to your liking (57600 works nice for me), and
  32.    then click OK. Type '0' as phone number (it doesn't matter)
  33.    Right-click on your newly-created connection, and
  34.    select Properties.Click on the "Server Types" tab and select
  35.    "PPP:Windows 95, NT3.5, Internet". Leave ALL the other items
  36.    unchecked except for the last one (TCP/IP). Click on "TCP/IP
  37.    Settings" right beside it. Select "Specify an IP address", and
  38.    enter the IP for your PC (if you don't have one yet or don't know
  39.    what I'm talking about, I suggest you enter 192.168.1.1). Select
  40.    "Server assigned name server addresses", and leave the items at the
  41.    bottom unchecked. Click OK. OK again.
  42.    
  43.    4) Go to your Windows directory, and find a file named "Hosts".
  44.    Edit this file. Just add the following lines and save it back:
  45.    
  46.    192.168.1.1       windows
  47.    192.168.1.2       amiga
  48.    
  49.    Remember to change the IP related to "Windows" if you already have
  50.    an IP for your PC.
  51.  
  52. IF YOU WANT TO USE PC AS PROXY:
  53.  
  54.       5) Install WinGate. You may leave everything at default without
  55.    entering anything for now, it'll be best to set things up later.
  56.    The only thing you'll have to specify is the IP address related to
  57.    your PC, which should match the "windows" line in the Hosts file
  58.    (192.168.1.1 in our case).
  59.  
  60. --------------------------------------------------------------------------
  61.    
  62.    We're all set on the PC side. Let's move on to the Amiga, which
  63.    should take fewer steps:
  64.    
  65.    Open Miami and follow these steps:
  66.    
  67.    1) Interface Tab
  68.       Configure as follows:
  69.     Interface type: built-in-serial (PPP/CSLIP)
  70.     Speed (same as PC - 38400, whatever)
  71.     Use CD - Unchecked
  72.     Protocol - async PPP
  73.     IP Type - static
  74.     IP Address - 192.168.1.2
  75.     Multicasts - disabled
  76.     MTU - 1005
  77.    
  78.    2) PPP tab
  79.       Configure like so:
  80.     PAP/CHAP - nothing in there
  81.     Callback - none
  82.     VJC - checked
  83.     Get DNS - unchecked
  84.     Termreq - checked
  85.     Quick reconnect disabled
  86.     ACCM - a0000
  87.     Escape - nothing in there
  88.    
  89.    3) Database tab
  90.       Configure like so:
  91.     Go to the DB titles "hosts" and add two entries
  92.     192.168.1.1 windows
  93.     192.168.1.2 amiga
  94.    
  95.    4) TCP/IP
  96.     Host Name - amiga
  97.     Use ICMP - yes
  98.     Use DHCP - No
  99.     Verify DNS - No
  100.     Fake IP - No
  101.     T/TCP - No
  102.     Ping Flood protection - No
  103.    
  104.    5) Modem - Check Null Modem
  105.    
  106. IF YOU WANT TO USE PC AS PROXY:
  107.    
  108.    6) Socks
  109.     Enable SOCKS - yes
  110.     Default SOCKS server - 192.168.1.1
  111.     Port - 1080
  112.     Max Syslog level - none
  113.     Authentication - none
  114.  
  115.                  Save the new settings with the desired name
  116.    ___________________________________________________________________
  117.    
  118.                              The connection
  119.    ___________________________________________________________________
  120.    
  121.    Now let's do the actual connection. Assuming the serial cable's
  122.    already connected and both machines are fired up, do the following:
  123.    
  124.    1) Run Miami on the Amiga;
  125.    
  126.    2) Double-click on the "Amiga" connection in Dialup Networking on
  127.    your PC, but don't click on "Connect" just yet;
  128.    
  129.    3) Click on the "Online" button in Miami;
  130.    
  131.    4) Click on "Connect" on Windows. You should see a "Hello"
  132.    appearing in the bottom part of the window in Miami.
  133.    
  134.    5) Click on "Send Break" in Miami. In one second you should be
  135.    connected.
  136.    
  137.    
  138.    ___________________________________________________________________
  139.    
  140.                              The connection
  141.    ___________________________________________________________________
  142.    
  143.    Now let's do the actual connection. Assuming the serial cable's
  144.    already connected and both machines are fired up, do the following:
  145.    
  146.    1) Run Miami on the Amiga;
  147.    
  148.    2) Double-click on the "Amiga" connection in Dialup Networking on
  149.    your PC, but don't click on "Connect" just yet;
  150.    
  151.    3) Click on the "Online" button in Miami;
  152.    
  153.    4) Click on "Connect" on Windows. You should see a "Hello"
  154.    appearing in the bottom part of the window in Miami.
  155.    
  156.    5) Click on "Send Break" in Miami. In one second you should be
  157.    connected.
  158.    
  159.    Now's the time to ping both systems. On the Amiga, open a CLI
  160.    window and type Miami:miamiping windows. (CTRL-C to stop)
  161.    
  162.    You can do the same on the PC by opening a DOS prompt and typing
  163.    ping amiga.
  164.    
  165.     You should be able to ping both systems without any problems. If
  166.     this is the case, we can go back to the PC to finish the WinGate
  167.                              configuration.
  168.    ___________________________________________________________________
  169.    
  170.                           WinGate Configuration
  171.    ___________________________________________________________________
  172.    
  173.    This is the final step towards complete internet sharing between
  174.    the two computers. Start Gatekeeper (in your WinGate program
  175.    group), click on OK to proceed without entering an administrator
  176.    password. You should receive a warning to create a password for the
  177.    administrator. Do so, and be sure to have it always on hand, as you
  178.    will need it every time you enter Gatekeeper.
  179.    
  180.    Next, get into the "services" item, and check if you have the "WWW
  181.    Proxy server". If not, add it to the services list by selecting the
  182.    Tools menu, items new/service/WWW Proxy Service.
  183.    
  184.    Double-click on this service, and a new window should open. Select
  185.    the second tab, named Bindings, and check "Allow connections coming
  186.    in on any interface". (I haven't had success determining my PC's IP
  187.    on "Connections will be accepted on the following interface only",
  188.    but you might want to give it a try.) There's one security issue
  189.    that arises from allowing connections from anywhere, as your
  190.    newly-created service could be used by anyone on the internet. If
  191.    you own a regular dialup connection to a provider, that wouldn't be
  192.    much to worry about, as it is very doubtful that anyone would find
  193.    your service, let alone want to use it! For the paranoids out
  194.    there, there's no way that someone could access your personal
  195.    computer files through this "breach". Click on OK, and save
  196.    changes.
  197.    
  198.    You now have a WWW proxy server that can be used by the Amiga. On
  199.    the "network" options on Voyager, IBrowse or AWeb, you should
  200.    specify "Use HTTP Proxy", and specify your PC's IP address
  201.    (192.168.1.1 in this document's case) as the proxy server. Port is
  202.    always port 80. Click on OK, and get back to the browser's main
  203.    screen.
  204.    
  205.    Now connect to the internet with your PC, and go back to your
  206.    browser on the Amiga. Enter any http address you would like to
  207.    access (try altavista.digital.com or www.yahoo.com), and it should
  208.    retrieve the document without any problems.
  209.    
  210.    Things aren't more complicated for the other services, except maybe
  211.    for IRC, which requires fiddling with TCP mapping in WinGate.  I
  212.    will add complete instructions to this, as well as Siamese
  213.    configuration for file and printer sharing through TCP/IP in the
  214.    next week or so, but if you have any questions or comments you can
  215.    contact me at alpharoid@bitsmart.com.
  216.    ___________________________________________________________________
  217.  
  218.     Created by Raphael Kiekow Hickenbick. Last revision on 05/10/98.
  219.